home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / DefineSprite_959 / frame_17 / DoAction.as
Encoding:
Text File  |  2011-10-17  |  178 b   |  10 lines

  1. if(_root.tenguman._x > _root.heroe._x)
  2. {
  3.    _root.windx = -1 * _root.heroe.hforce * 1.3;
  4. }
  5. else
  6. {
  7.    _root.windx = _root.heroe.hforce * 1.3;
  8. }
  9. _root.wind01.start(0,99);
  10.